SIGPENDING
Section: System Calls (2)
Index
Return to Main Contents
BSD mandoc
NAME
sigpending
- get pending signals
SYNOPSIS
Fd #include <signal.h>
Ft int
Fn sigpending sigset_t *set
DESCRIPTION
The
sigpending
function returns a mask of the signals pending for delivery
to the calling process in the location indicated by
Fa set .
Signals may be pending because they are currently masked,
or transiently before delivery (although the latter case is not
normally detectable).
RETURN VALUES
A 0 value indicated that the call succeeded. A -1 return value
indicates an error occurred and
errno
is set to indicated the reason.
ERRORS
The
sigpending
function does not currently detect any errors.
SEE ALSO
sigaction(2),
sigprocmask(2)
STANDARDS
The
sigpending
function is defined by
St -p1003.1-88 .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- ERRORS
-
- SEE ALSO
-
- STANDARDS
-
This document was created by
man2html,
using the manual pages.
Time: 19:41:54 GMT, December 25, 2022